/* 导航a标签 */

.nav1{
	margin:0.1rem 0;
}
.nav1 a{
	font-size: 0.18rem;
	color:#333333;

}


.layui-laypage-page1>a{
	border:none;
	font-size: 0.3rem;
	padding:0.3rem;
}
.layui-laypage-page1>span{
	border: none;
	font-size: 0.3rem;
}
.layui-laypage-page1 .layui-laypage-curr{
	padding:0;
	width:0.5rem;
	height:0.5rem;
	text-align: center;
	line-height: 0.5rem;
}
.layui-laypage-page1 .layui-laypage-em{
	background-color: #ed7d2c !important;
}
@media screen and (max-width: 1302px) {

	.layui-laypage-page1>a{
		border:none;
		font-size: 0.25rem;
		padding:0.25rem;
	}
	.layui-laypage-page1>span{
		border: none;
		font-size: 0.25rem;
	}
	.layui-laypage-page1 .layui-laypage-curr{
		padding:0;
		width:0.45rem;
		height:0.45rem;
		text-align: center;
		line-height: 0.45rem;
	}


}
.head {
  width: 100%;
  padding: 0.2rem;
  background-image: linear-gradient(#dc0f18, #dc0f18), linear-gradient(#333333, #333333);
  background-blend-mode: normal, 
			normal;
  color: white;
}
.head > div:first-child {
  font-size: 0.26rem;
}
.head > div:first-child img {
  width: 0.69rem;
  height: 0.69rem;
  border-radius: 0.1rem;
  margin-right: 0.1rem;
}
.head > div:last-child {
  font-size: 0.24rem;
}
.phoneNav{
	position: fixed;
	top:0;
	left:0;
	z-index:100;
	width:30%;
}
.footer{
	position: fixed;
	bottom:-1px;
	width:100%;
	height:0.8rem;
	border: 1px solid #ccc;
	background-color: white;
	z-index:100;
	
}
.footer >div{
	width:30%;
	text-align: center;
	border-right: 1px solid #ccc;
	margin: 0 !important;
}
.footer >div a{
	color:#333333;
}
.footer >div:first-child{
	width:10%;
	
}
.footer img{
	width:0.5rem;
	height:0.5rem;
}
.more{
	position: fixed;
	right:5%;
	bottom:10%;
	width:1rem;
	height:1rem;
	background-color: #dc0f18;
	border-radius: 50%;
	text-align: center;
	line-height: 1rem;
	color: white;
	font-size: 0.35rem;
}
.popup{
	width:90%;
	display: none;
	position: fixed;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%) !important;
}
.popup .iptbox{
	  margin: 0 !important;
}
.layui-nav-item a{
	font-size: 0.3rem !important;
}
.layui-nav-child a{
	margin-top: 10px !important;
}
.ask {
  width: 2rem;
  position: fixed;
  bottom: 0.3rem;
  right: 0.3rem;
  cursor: pointer;
  z-index:999;
}
.ask .close{
	width:0.15rem;
	height:0.15rem;
	position: absolute;
	right:0.1rem;
	top:0.2rem;
}
.ask .askimg{
	width:100%;
	height:100%;
}
